Hệ thống quản lý phòng khám trực tuyến bằng PHP

1 <?php header('Content-type: text/css'); ?>
2
3 @media (min-width: 768px){ .container{ width:
90% !important; } }
4 @media print{
5     a[href]:after{ content:
"" !important; }
6     .container{ width:
98% !important; }
7 }
8
9 .navbar-brand{ text-transform: capitalize; }
10
11 table a, .table a { text-decoration: none !important; }
12
13 #children-tabs li a{ display: block !important; }
14
15 .hidden{ visibility: hidden !important; }
16
17 iframe{ border: none; overflow: auto; }
18
19 .tab-content{ padding: 10px 20px; border: 1px solid #DDDDDD; border-top: none; }
20
21 #pc-loading{ background: none repeat scroll
0 0 yellow; font-family: arial; left: 10px; margin-top: -10px; opacity: 0.85; position: absolute; top: 20px; width: 150px; }
22
23 .navbar a.btn { margin-left: 10px; margin-right: 10px; }
24
25 .view-
on-click a.btn { max-width: 75px; }
26
27 /* prevent prototype conflicts */

28 li.dropdown{ display: block !important; }
29
30 .hspacer-xs{ margin-left:
0.1em; margin-right: 0.1em; }
31 .hspacer-sm{ margin-left:
0.2em; margin-right: 0.2em; }
32 .hspacer-md{ margin-left:
0.4em; margin-right: 0.4em; }
33 .hspacer-lg{ margin-left:
0.8em; margin-right: 0.8em; }
34 .vspacer-xs{ margin-top:
0.1em; margin-bottom: 0.1em; }
35 .vspacer-sm{ margin-top:
0.2em; margin-bottom: 0.2em; }
36 .vspacer-md{ margin-top:
0.4em; margin-bottom: 0.4em; }
37 .vspacer-lg{ margin-top:
0.8em; margin-bottom: 0.8em; }
38
39 div.datePicker{ font-size:
1.3em; }
40 .always_shown{ display: inline !important; }
41 .text-bold{ font-weight: bold; }
42 .text-italic{ font-style: italic; }
43
44 .form-control, .help-block .alert{ width:
90% !important; }
45 .input-
group .form-control{ width: 100% !important; }
46 .form-inline .form-control{ width: auto !important; }
47 .panel .btn{ overflow: hidden; }
48
49 .select2-container .select2-choice{ height:
2.4em; line-height: 2.2em; }
50 .select2-container .select2-choice .select2-arrow b{ background-position:
0 -0.1em; }
51
52 .navbar ul.dropdown-menu{ max-height: 400px; overflow-y: auto; }
53
54 .date_combo { padding-right:
0 !important; }
55 .date_combo
select { width: 100% !important; padding-left: 0; padding-right: 0; }
56
57 img[src=
"blank.gif"] { max-height: 10px !important; }
58
59 .patients-mobile{ white-space: normal !important; max-width: 100px !important; min-width: 100px !important; overflow: hidden; }
60 .patients-surgical_history{ white-space: normal !important; max-width: 150px !important; min-width: 150px !important; overflow: hidden; }

61
62 /* fixes
for glyph icons in some themes */
63 .glyphicon-camera:before { content:
"\e046"; }
64 .glyphicon-
lock:before { content: "\e033"; }
65 .glyphicon-eur:before { content:
"\20ac"; }
66 .glyphicon-calendar:before { content:
"\e109"; }
67 .glyphicon-bell:before { content:
"\e123"; }
68 .glyphicon-wrench:before { content:
"\e136"; }
69 .glyphicon-briefcase:before { content:
"\e139"; }
70
71 .navbar-right {
72     margin-right:
0 !important;
73 }
74
75 .no-caption .field-caption-tv{ display: none; }
76 .no-caption dd{ margin-left:
0; margin-right: 0; }
77
78 /* compact theme styles */

79 .container.theme-compact{ font-size:
0.857em; }
80
81 .theme-compact .btn {
82     font-size: 12px;
83     padding: 4px 10px;
84 }
85
86 .theme-compact .btn-lg, .theme-compact .btn-
group-lg > .btn {
87     font-size: 15px;
88     padding: 6px 15px;
89 }
90
91 .theme-compact .form-
group {
92     margin-bottom: 8px;
93 }
94
95 .theme-compact .form-control {
96     font-size: 12px;
97     height: auto;
98     padding: 4px 6px;
99 }
100
101 .theme-compact .input-sm {
102     border-radius: 3px;
103     font-size: 12px;
104     padding: 2px 6px;
105 }
106
107 .theme-compact
select.input-sm {
108     height: 25px;
109     line-height: 25px;
110 }
111
112 .theme-compact .dropdown-menu {
113     font-size: 12px;
114 }
115
116 .theme-compact .table > thead > tr > th, .theme-compact .table > tbody > tr > th, .theme-compact .table > tfoot > tr > th, .theme-compact .table > thead > tr > td, .theme-compact .table > tbody > tr > td, .theme-compact .table > tfoot > tr > td {
117     padding: 4px;
118 }
119
120 .theme-compact h1, .theme-compact h2, .theme-compact h3, .theme-compact h4, .theme-compact h5, .theme-compact h6, .theme-compact .h1, .theme-compact .h2, .theme-compact .h3, .theme-compact .h4, .theme-compact .h5, .theme-compact .h6 {
121     line-height:
2;
122 }
123
124 .theme-compact h1, .theme-compact .h1 {
125     font-size: 27px;
126 }
127
128 .theme-compact h2, .theme-compact .h2 {
129     font-size: 24px;
130 }
131
132 .theme-compact h3, .theme-compact .h3 {
133     font-size: 20px;
134 }
135
136 .theme-compact h4, .theme-compact .h4 {
137     font-size: 16px;
138 }
139
140 .theme-compact .navbar {
141     margin-bottom: 13px;
142     min-height: 40px;
143 }
144
145 .theme-compact .navbar-
fixed-bottom {
146     margin-bottom:
0 !important;
147 }
148
149 .theme-compact .navbar-brand {
150     font-size: 15px;
151     height: 40px;
152     padding: 12px;
153 }
154
155 .theme-compact .navbar-nav > li > a {
156     padding-bottom: 9px;
157     padding-top: 9px;
158     line-height: 26px;
159 }
160
161 .theme-compact .navbar-text {
162     margin-bottom: 12px;
163     margin-top: 14px;
164 }
165
166 .theme-compact .page-header {
167     margin: 20px
0 10px;
168     padding-bottom:
0;
169 }
170
171 .theme-compact .navbar-nav > li > a { margin-top:
0; margin-bottom: 0; }
172
173 .theme-compact .panel-heading {
174     padding: 6px;
175 }
176
177 .theme-compact .panel-title {
178     font-size: 14px;
179 }


Gõ tìm kiếm nhanh...